QuickDraw GX Printing-Related Objects
QuickDraw GX provides you with access to printing-related objects through references. The contents of the structures are private.You access a job object through a job object reference:
typedef struct gxPrivateJobRecord *gxJob;You access printer objects through a printer object reference:
typedef struct gxPrivatePrinterRecord *gxPrinter;You access a format object through a format object reference:
typedef struct gxPrivateFormatRecord *gxFormat;You access a paper-type object through a paper-type object reference:
typedef struct gxPrivatePaperTypeRecord *gxPaperType;You access a print file object through a print file object reference:
typedef struct gxPrivatePrintFileRecord *gxPrintFile;QuickDraw GX also provides the job, format, and paper-type collection objects. You access collection objects through a collection object reference:
typedef struct PrivateCollectionRecord *Collection;
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help